func runtime.cgoIsGoPointer

16 uses

	runtime (current package)
		cgocall.go#L539: 		if p == nil || !cgoIsGoPointer(p) {
		cgocall.go#L610: 		if !cgoIsGoPointer(p) {
		cgocall.go#L626: 		if !cgoIsGoPointer(p) {
		cgocall.go#L637: 		if p == nil || !cgoIsGoPointer(p) {
		cgocall.go#L652: 		if !cgoIsGoPointer(ss.str) {
		cgocall.go#L681: 		if !cgoIsGoPointer(p) {
		cgocall.go#L710: 			if cgoIsGoPointer(pp) && !isPinned(pp) {
		cgocall.go#L736: func cgoIsGoPointer(p unsafe.Pointer) bool {
		cgocheck.go#L33: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L36: 	if cgoIsGoPointer(unsafe.Pointer(dst)) {
		cgocheck.go#L96: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L99: 	if cgoIsGoPointer(dst) {
		cgocheck.go#L117: 	if !cgoIsGoPointer(src) {
		cgocheck.go#L120: 	if cgoIsGoPointer(dst) {
		cgocheck.go#L187: 		if cgoIsGoPointer(v) && !isPinned(v) {
		cgocheck.go#L219: 				if cgoIsGoPointer(v) && !isPinned(v) {